智慧农业后台管理页面
guoshilong
2022-09-14 2a54cb193ea5464fec4fb95b9264f7213cfd089b
src/views/task/task.vue
@@ -596,9 +596,16 @@
    }
  },
  methods: {
    //入库
    //处理
    submitR(row, done, loading) {
      var that = this;
      if(row.type == 0){
        if(row.tp == ""){
          that.$message.warning("请上传照片")
          done()
          return
        }
      }
      updatechuli(row).then(
        () => {
          that.onLoad(this.page);