加工顺序

This commit is contained in:
zhangdingyu
2019-02-27 18:48:14 +08:00
parent e1b7897374
commit c3cb05d18a
2 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const service = axios.create({
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`, // baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`, // baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`, // baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
baseURL: `http://192.168.0.106:8411/submit/MESCommonBase.ashx`, baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8077/submit/MESCommonBase.ashx`, // baseURL: `http://localhost:8077/submit/MESCommonBase.ashx`,
// baseURL: `http://192.168.0.112:8411/submit/MESCommonBase.ashx`, // baseURL: `http://192.168.0.112:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间 timeout: 1500000 // 请求超时时间

View File

@@ -121,7 +121,7 @@ export default {
dialogFormVisible: false, dialogFormVisible: false,
gridData: [], gridData: [],
Machine: [], Machine: [],
MachineValue: '1', MachineValue: '',
loading0: false, loading0: false,
tableData: [], // 表格数据 tableData: [], // 表格数据
pageSize: 10, pageSize: 10,
@@ -129,6 +129,11 @@ export default {
total: 0 total: 0
} }
}, },
watch: {
MachineValue(val) {
this.searchTable()
}
},
created() { created() {
this.Jurisdiction() this.Jurisdiction()
this.fetchData() this.fetchData()