Commit ccbf36d7 authored by 李苏's avatar 李苏 💬

调整

parent 23f82264
......@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-09-19 15:31:39
* @LastEditTime: 2024-09-19 15:46:29
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<template>
......@@ -759,17 +759,7 @@
this.loading = true
this.loadingText = '正在处理,请稍等。'
if (this.sypcQueryParams.isrRecentImport) {
this.$post('ksh/query',
this.sypcQueryParams
).then(res => {
if (res.success) {
this.sypcMethods(res)
}
})
}
/* 另外一个接口*/
else {
if (this.sypcQueryParams.isrRecentImport!='') {
this.$post('ksh/check/workOrder',
this.sypcQueryParams
......@@ -782,6 +772,21 @@
this.loading = false
})
}
/* 另外一个接口*/
else {
this.$post('ksh/query',
this.sypcQueryParams
).then(res => {
if (res.success) {
this.sypcMethods(res)
}
}).finally(() => {
this.loading = false
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment