gjy 3 лет назад
Родитель
Сommit
9f9a2f5943
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

+ 2 - 2
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -502,7 +502,7 @@
 			},
 			returnsales() {
 				this.dataList = {
-								taskTypeKey: 1
+								taskTypeKey: '1'
 							}
 				this.$router.push({
 					path: 'tranManagementWarehouseInOuttask'
@@ -765,7 +765,7 @@
 						this.$message.success('添加成功')
 						setTimeout(function() {
 							that.dataList = {
-								taskTypeKey: 1
+								taskTypeKey: '1'
 							}
 							that.dataList1 = {}
 							that.$router.push({