1c2d47bf by lihua

fix产品上架

1 parent 89e511ea
...@@ -1333,7 +1333,6 @@ onBeforeMount(async () => { ...@@ -1333,7 +1333,6 @@ onBeforeMount(async () => {
1333 } 1333 }
1334 }) 1334 })
1335 getProductDetail(); 1335 getProductDetail();
1336 return;
1337 } 1336 }
1338 await getTableData(); 1337 await getTableData();
1339 if (route.query.exchangeGuid) { 1338 if (route.query.exchangeGuid) {
...@@ -2315,8 +2314,7 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -2315,8 +2314,7 @@ const rejectDialogBtnClick = (btn, info) => {
2315 <div class="list_panel"> 2314 <div class="list_panel">
2316 <div class="table_panel_wrap"> 2315 <div class="table_panel_wrap">
2317 <!-- <Table :tableInfo="approveTableInfo" /> --> 2316 <!-- <Table :tableInfo="approveTableInfo" /> -->
2318 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" 2317 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId">
2319 :processInstanceId="processInstanceId">
2320 </ApprovalProcess> 2318 </ApprovalProcess>
2321 </div> 2319 </div>
2322 </div> 2320 </div>
...@@ -2366,7 +2364,7 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -2366,7 +2364,7 @@ const rejectDialogBtnClick = (btn, info) => {
2366 }}</el-button> 2364 }}</el-button>
2367 </div> 2365 </div>
2368 </div> 2366 </div>
2369 <el-dialog v-model="dialogVisible" :title="dialogTitle" width="550px" :close-on-click-modal="false"> 2367 <el-dialog v-model="dialogVisible" :title="dialogTitle" width="550px" :close-on-click-modal="false" >
2370 <Form ref="passListingFormRef" :itemList="passFormInfo.items" :rules="passFormInfo.rules" /> 2368 <Form ref="passListingFormRef" :itemList="passFormInfo.items" :rules="passFormInfo.rules" />
2371 <el-input type="textarea" :rows="3" maxlength="100" v-model="approveSuggest" resize="none" 2369 <el-input type="textarea" :rows="3" maxlength="100" v-model="approveSuggest" resize="none"
2372 :placeholder="dynamicPlaceholder" /> 2370 :placeholder="dynamicPlaceholder" />
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!