浏览代码

修改bug

chenrui 8 月之前
父节点
当前提交
c5ede0e75c

+ 1 - 0
src/views/easyPassManagement/promotionalActivities/productTable.vue

@@ -21,6 +21,7 @@
             :step="1"
             :precision="0"
             :max="99999999"
+            style="width:90%;"
             @blur="editProductVal(record,'conditionValue')"
             placeholder="请输入"
             v-model="record.conditionValue"

+ 1 - 1
src/views/easyPassManagement/promotionalProducts/list.vue

@@ -253,7 +253,7 @@ export default {
       this.queryParam.promoStateList = ['NOT_RELEASE', 'HAVE_RELEASE']
       this.productType = []
       this.category = []
-      this.$refs.table.refresh()
+      this.$refs.table.refresh(true)
     },
     //  产品分类  change
     changeProductType (val, opt) {