修复api.vue编辑未变化标题的bug
This commit is contained in:
parent
0fb3d16c49
commit
acda4470bc
|
@ -236,10 +236,10 @@ export default {
|
||||||
openDialog(type) {
|
openDialog(type) {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case "addApi":
|
case "addApi":
|
||||||
this.dialogTitlethis = "新增Api";
|
this.dialogTitle = "新增Api";
|
||||||
break;
|
break;
|
||||||
case "edit":
|
case "edit":
|
||||||
this.dialogTitlethis = "编辑Api";
|
this.dialogTitle = "编辑Api";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue