纤度登记表模块 根据车间组别庄口获取对应车号的接口联调+新增和编辑操作的时候,
2个文件已修改
6 ■■■■ 已修改文件
src/views/systemSetting/dataDictionary/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/workshopManage/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/dataDictionary/index.vue
@@ -122,6 +122,7 @@
    // 搜索
    onFilterSearch(searchText) {
      this.getDataParams.keyword=searchText,
      this.pagerOptions.currPage = 1;
      this.getData()
    },
    // 新增
@@ -259,6 +260,7 @@
        }).then(() => {
          deleteDict({id:row.ID}).then((res)=>{
            if(res&&res.code===200){
              this.pagerOptions.currPage = 1;
              this.getData()
              this.$message({
                type: 'success',
src/views/systemSetting/workshopManage/index.vue
@@ -118,6 +118,7 @@
    // 搜索
    onFilterSearch(searchText) {
      this.getDataParams.keyWord = searchText,
      this.pagerOptions.currPage = 1;
        this.getData()
    },
    // 新增
@@ -203,11 +204,12 @@
        }).then(() => {
          deleteWorkshopManage({ id: row.ID }).then((res) => {
            if (res && res.code === 200) {
              this.getData()
              this.$message({
                type: 'success',
                message: '删除成功!'
              });
              this.pagerOptions.currPage = 1;
              this.getData()
            }
          })
        }).catch(() => {