默认币种必选

This commit is contained in:
chenjianan
2018-11-21 08:41:18 +08:00
parent 42159275c3
commit 63a4e70419
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export const name = `OP8888`
export const upload = `http://123.56.95.229:8411/submit/uploadFile.ashx` export const upload = `http://123.56.95.229:8411/submit/uploadFile.ashx`
export const download = `http://123.56.95.229:8411/submit/downloadFile.ashx` export const download = `http://123.56.95.229:8411/submit/downloadFile.ashx`
const service = axios.create({ const service = axios.create({
baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`, baseURL: `http://192.168.1.111:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间 timeout: 1500000 // 请求超时时间
}) })

View File

@@ -118,7 +118,7 @@
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item label="币种"> <el-form-item label="币种">
<el-select v-model="currencyValue" placeholder="币种" size="small" clearable> <el-select v-model="currencyValue" placeholder="币种" size="small">
<el-option <el-option
v-for="item in currency" v-for="item in currency"
:key="item.value" :key="item.value"