| src/views/task/task.vue | ●●●●● patch | view | raw | blame | history |
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);