|
@@ -84,11 +84,10 @@
|
|
|
this.second.mapList = selection
|
|
|
},
|
|
|
toInsert() {
|
|
|
- console.log('---')
|
|
|
- this.$router.push("/appointment/addPlan");
|
|
|
+ this.$router.push("/addPlan");
|
|
|
},
|
|
|
updatePlan(scope) {
|
|
|
- this.$router.push("/appointment/updatePlan/" + scope.row.planId)
|
|
|
+ this.$router.push("/updatePlan/" + scope.row.planId)
|
|
|
},
|
|
|
deletePlan(scope) {
|
|
|
this.$confirm("是否删除", "提示", {
|
|
@@ -192,13 +191,6 @@
|
|
|
selectionChange(selection) {
|
|
|
this.second.mapList = selection;
|
|
|
},
|
|
|
- toInsert() {
|
|
|
- console.log("---");
|
|
|
- this.$router.push("/appointment/addPlan");
|
|
|
- },
|
|
|
- updatePlan(scope) {
|
|
|
- this.$router.push("/appointment/updatePlan/" + scope.row.planId);
|
|
|
- },
|
|
|
deletePlan(scope) {
|
|
|
this.$confirm("是否删除", "提示", {
|
|
|
confirmButtonText: "确定",
|