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

调整

parent 23f82264
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: 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 * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -759,29 +759,34 @@ ...@@ -759,29 +759,34 @@
this.loading = true this.loading = true
this.loadingText = '正在处理,请稍等。' this.loadingText = '正在处理,请稍等。'
if (this.sypcQueryParams.isrRecentImport) { if (this.sypcQueryParams.isrRecentImport!='') {
this.$post('ksh/query',
this.$post('ksh/check/workOrder',
this.sypcQueryParams this.sypcQueryParams
).then(res => { ).then(res => {
if (res.success) { if (res.success) {
/* 获取加载数据*/
this.sypcMethods(res) this.sypcMethods(res)
} }
}).finally(() => {
this.loading = false
}) })
} }
/* 另外一个接口*/ /* 另外一个接口*/
else { else {
this.$post('ksh/query',
this.$post('ksh/check/workOrder',
this.sypcQueryParams this.sypcQueryParams
).then(res => { ).then(res => {
if (res.success) { if (res.success) {
/* 获取加载数据*/
this.sypcMethods(res) this.sypcMethods(res)
} }
}).finally(() => { }).finally(() => {
this.loading = false 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