Browse Source

导入后刷新品牌和样式修复

JXDS18FUJT 2 years ago
parent
commit
5c0ae03cb2
1 changed files with 6 additions and 5 deletions
  1. 6 5
      src/views/price/manage/index.vue

+ 6 - 5
src/views/price/manage/index.vue

@@ -201,7 +201,7 @@
           {{ computedTotalPrice(scope.row, scope.row.generatorPriceStf) }}
         </template>
       </el-table-column>
-      <el-table-column :width="tableColumnWidthMini" v-if="computedQuery.accessory == 'openPrice'" label="开架尺寸(长/宽/高/重量)"
+      <el-table-column  width="100px" v-if="computedQuery.accessory == 'openPrice'" label="开架尺寸(长/宽/高/重量)"
         align="center" prop="openParms" />
       <el-table-column :width="'100px'" v-if="computedQuery.accessory == 'mutePrice'" label="静音尺寸(长/宽/高/重量)"
         align="center" prop="muteParms" />
@@ -544,7 +544,8 @@ export default {
     },
     handleSuccess() {
       this.msgSuccess("上传成功");
-      this.getList()
+      this.getSearchOption()
+      // this.getList()
     },
     push(url) {
       this.router.push(url)
@@ -562,10 +563,10 @@ export default {
         this.$set(this.searchOption, 2, response.data);
 
       })
-      getFieldName('rate').then(response => {
-        this.$set(this.searchOption, 3, response.data);
+      // getFieldName('rate').then(response => {
+      //   this.$set(this.searchOption, 3, response.data);
 
-      })
+      // })
 
     },
     /** 查询报价列表 */