shish 1 rok temu
rodzic
commit
dd154a5b67
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ghsApp/src/admin/expend/list.vue

+ 1 - 1
ghsApp/src/admin/expend/list.vue

@@ -223,7 +223,7 @@ export default {
 		delExpend(item) {
 			const that = this;
 			this.$util.confirmModal({content:'确认要删除?系统将会记录由谁删除'},() => {
-				deleteExpend({ id: item.id, staffId: item.staffId }).then(res=>{
+				deleteExpend({ id: item.id, staffId: item.staffId }).then(result =>{
 					if (result.code === 1) {
 						that.$msg('删除成功');
 						that.resetList();