加工顺序
This commit is contained in:
@@ -19,7 +19,7 @@ const service = axios.create({
|
||||
// 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://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://192.168.0.112:8411/submit/MESCommonBase.ashx`,
|
||||
timeout: 1500000 // 请求超时时间
|
||||
|
||||
@@ -121,7 +121,7 @@ export default {
|
||||
dialogFormVisible: false,
|
||||
gridData: [],
|
||||
Machine: [],
|
||||
MachineValue: '1',
|
||||
MachineValue: '',
|
||||
loading0: false,
|
||||
tableData: [], // 表格数据
|
||||
pageSize: 10,
|
||||
@@ -129,6 +129,11 @@ export default {
|
||||
total: 0
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
MachineValue(val) {
|
||||
this.searchTable()
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.Jurisdiction()
|
||||
this.fetchData()
|
||||
|
||||
Reference in New Issue
Block a user