lilei 4 роки тому
батько
коміт
7cca426cd1

+ 0 - 1
src/views/basicData/bulkPartsTypeManagement/list.vue

@@ -12,7 +12,6 @@
       :rowKey="(record) => record.id"
       :columns="columns"
       :data="loadData"
-      :showPagination="false"
       bordered>
       <!-- 操作 -->
       <template slot="action" slot-scope="text, record">

+ 0 - 1
src/views/basicData/storeTransferOutTypeManagement/list.vue

@@ -16,7 +16,6 @@
       :rowKey="(record) => record.id"
       :columns="columns"
       :data="loadData"
-      :showPagination="false"
       bordered>
       <!-- 操作 -->
       <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productCategory/editModal.vue

@@ -120,6 +120,7 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.$emit('close')
+        this.$refs.ruleForm.resetFields()
       } else {
         //  获取父级分类 名称
         if (this.nowData && this.nowData.namePaths) {