@@ -24,6 +24,7 @@ | |||||
@change="valuechange" | @change="valuechange" | ||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
clearable | clearable | ||||
filterable | |||||
> | > | ||||
<el-option | <el-option | ||||
v-for="item in houseList" | v-for="item in houseList" | ||||
@@ -39,6 +40,7 @@ | |||||
v-model="choicValue" | v-model="choicValue" | ||||
@change="valuechange" | @change="valuechange" | ||||
clearable | clearable | ||||
filterable | |||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
> | > | ||||
<el-option | <el-option | ||||
@@ -22,6 +22,7 @@ | |||||
v-model="choicValue" | v-model="choicValue" | ||||
@change="valuechange" | @change="valuechange" | ||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
filterable | |||||
clearable | clearable | ||||
> | > | ||||
<el-option | <el-option | ||||
@@ -38,6 +39,7 @@ | |||||
v-model="choicValue" | v-model="choicValue" | ||||
@change="valuechange" | @change="valuechange" | ||||
clearable | clearable | ||||
filterable | |||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
> | > | ||||
<el-option | <el-option | ||||
@@ -23,6 +23,7 @@ | |||||
@change="valuechange" | @change="valuechange" | ||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
clearable | clearable | ||||
filterable | |||||
> | > | ||||
<el-option | <el-option | ||||
v-for="item in houseList" | v-for="item in houseList" | ||||
@@ -38,6 +39,7 @@ | |||||
v-model="choicValue" | v-model="choicValue" | ||||
@change="valuechange" | @change="valuechange" | ||||
clearable | clearable | ||||
filterable | |||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
> | > | ||||
<el-option | <el-option | ||||
@@ -24,6 +24,7 @@ | |||||
@change="valuechange" | @change="valuechange" | ||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
clearable | clearable | ||||
filterable | |||||
> | > | ||||
<el-option | <el-option | ||||
v-for="item in houseList" | v-for="item in houseList" | ||||
@@ -41,6 +42,7 @@ | |||||
@change="valuechange" | @change="valuechange" | ||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
clearable | clearable | ||||
filterable | |||||
> | > | ||||
<el-option | <el-option | ||||
v-for="item in houseList" | v-for="item in houseList" | ||||
@@ -56,6 +58,7 @@ | |||||
v-model="choicValue" | v-model="choicValue" | ||||
@change="valuechange" | @change="valuechange" | ||||
clearable | clearable | ||||
filterable | |||||
placeholder="默认为全部" | placeholder="默认为全部" | ||||
> | > | ||||
<el-option | <el-option | ||||
@@ -272,7 +272,7 @@ | |||||
:rules="rules" | :rules="rules" | ||||
> | > | ||||
<el-form-item label="公司" prop="orgCode" v-if="orgType != 2"> | <el-form-item label="公司" prop="orgCode" v-if="orgType != 2"> | ||||
<el-select v-model="ruleForm.orgCode" placeholder="请选择公司"> | |||||
<el-select v-model="ruleForm.orgCode" filterable placeholder="请选择公司"> | |||||
<el-option | <el-option | ||||
v-for="item in orgList" | v-for="item in orgList" | ||||
:key="item.id" | :key="item.id" | ||||
@@ -3,11 +3,11 @@ | |||||
* https://cli.vuejs.org/zh/config/ | * https://cli.vuejs.org/zh/config/ | ||||
*/ | */ | ||||
// const url = 'http://pigx-gateway' | // const url = 'http://pigx-gateway' | ||||
// const url = 'http://39.97.167.65:9999' //测试 | |||||
const url = 'http://39.97.167.65:9999' //测试 | |||||
// const url = 'http://192.168.31.169:9999' //长龙 | // const url = 'http://192.168.31.169:9999' //长龙 | ||||
// const url = 'http://192.168.31.134:9999' //嘉豪 | // const url = 'http://192.168.31.134:9999' //嘉豪 | ||||
// const url = 'http://192.168.31.100:9999' //王笑 | // const url = 'http://192.168.31.100:9999' //王笑 | ||||
const url = 'http://rymset.natappfree.cc' //王笑 | |||||
// const url = 'http://du2fr4.natappfree.cc' //王笑 | |||||
const CompressionWebpackPlugin = require('compression-webpack-plugin') | const CompressionWebpackPlugin = require('compression-webpack-plugin') | ||||
const productionGzipExtensions = ['js', 'css'] | const productionGzipExtensions = ['js', 'css'] | ||||