cuijian
2023-11-16 e0cd695c11734348e1e01304bdff0696768c1fda
src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModalList.vue
@@ -43,8 +43,8 @@
            <!--</a-col>-->
            <a-col :md="6" :sm="6">
              <a-form-item label="设备编码">
                <a-input placeholder="请输入设备编码检索" v-model="queryParam.equipmentId"></a-input>
              <a-form-item label="统一编码">
                <a-input placeholder="请输入统一编码检索" v-model="queryParam.equipmentId"></a-input>
              </a-form-item>
            </a-col>
@@ -119,7 +119,7 @@
        disableMixinCreated: true,
        queryParam: {},
        columns: [{
          title: '设备编码',
          title: '统一编码',
          align: 'center',
          dataIndex: 'equipmentId',
        },
@@ -230,7 +230,11 @@
            }
            //update-end---author:zhangyafei    Date:20201118  for:适配不分页的数据列表------------
          }else{
            this.$message.warning(res.message)
            // this.$message.warning(res.message)
            this.$notification.warning({
              message:'消息',
              description:res.message
            });
          }
        }).finally(() => {
          this.loading = false
@@ -268,7 +272,11 @@
          if (res.success) {
            this.treeData = res.result
          } else {
            this.$message.warning(res.message)
            // this.$message.warning(res.message)
            this.$notification.warning({
              message:'消息',
              description:res.message
            });
          }
        })
      },
@@ -279,7 +287,11 @@
          if (res.success) {
            this.sectionData = res.result
          } else {
            this.$message.warning(res.message)
            // this.$message.warning(res.message)
            this.$notification.warning({
              message:'消息',
              description:res.message
            });
          }
        })
      }