zhaoyk 2 年 前
コミット
57256d8d64
1 ファイル変更2 行追加2 行削除
  1. 2 2
      adm_comp/src/views/Jobs.vue

+ 2 - 2
adm_comp/src/views/Jobs.vue

@@ -135,7 +135,7 @@
 				state: this.targetState
 			};
 
-			this['$axios'].post(this['$clmt'].url + "changeState", params)
+			this['$axios'].post(this['$common'].url + "changeState", params)
 				.then(res => {
 					const rtn = res.data;
 					console.log(rtn);
@@ -174,7 +174,7 @@
 				params.newNames.push(item.name);
 			}
 
-			this['$axios'].post(this['$clmt'].url + "addNewItems", params)
+			this['$axios'].post(this['$common'].url + "addNewItems", params)
 				.then(res => {
 					const rtn = res.data;