Explorar el Código

[dev] 修改 朔源管理查询参数

xiong hace 1 año
padre
commit
e8b9f4d64e
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      src/views/pharmacyManagement/business/deploy/index.vue

+ 4 - 3
src/views/pharmacyManagement/business/deploy/index.vue

@@ -61,8 +61,8 @@
             </el-date-picker>
           </el-form-item>
 
-          <el-form-item label="" prop="state">
-            <el-select v-model="queryParams.state" placeholder="请选择处方状态"
+          <el-form-item label="" prop="thread">
+            <el-select v-model="queryParams.thread" placeholder="请选择处方状态"
               style="width:160px">
               <el-option
                 v-for="item in deployStateArr"
@@ -648,6 +648,7 @@ export default {
         pageNum: 1,
         pageSize: 10,
         state: null,
+        thread: null,
         appId: null,
         yljgId: null,
         timeStamp: null,
@@ -931,7 +932,7 @@ export default {
     },
     // 改变溯源记录的状态
     handleDeploy(item) {
-      
+
       this.currentDepoly = item.key
       this.depolyStatusObj = this.detailData[this.currentDepoly][0] ||{}
       if(this.detailData[this.currentDepoly][0]&&this.detailData[this.currentDepoly][0].urls) {