瀏覽代碼

设备位号功能

hfxc226 2 年之前
父節點
當前提交
3dd2ff49d0
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/views/store/sparestore/modules/SpareStoreSelectModalYY.vue

+ 3 - 6
src/views/store/sparestore/modules/SpareStoreSelectModalYY.vue

@@ -141,11 +141,11 @@ export default {
           }
         },
         {
-          title: '备件编号',
+          title: '存货编号',
           dataIndex: 'no'
         },
         {
-          title: '备件名称',
+          title: '存货名称',
           dataIndex: 'spareName'
         },
         {
@@ -263,10 +263,7 @@ export default {
       this.selectedRows = selectedRows
     },
     resetSearchForm () {
-      this.queryParam.keyword = null
-      this.queryParam.typeId = null
-      this.queryParam.model = null
-      this.queryParam.storeId = null
+      this.queryParam = {}
       this.$refs.table.refresh(true)
     },
     base (record, queryParam = {}) {