|
|
@@ -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) {
|