File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ export default {
264
264
this .$confirm (' 正在使用代码生成请确认?' , ' 提示' , {
265
265
confirmButtonText: ' 生成' ,
266
266
cancelButtonText: ' 取消' ,
267
- type: ' info '
267
+ type: ' warning '
268
268
}).then (function () {
269
269
toProjectTableCheckRole (row .tableId , false ).then (response => {
270
270
this .msgSuccess (response .msg )
@@ -275,7 +275,7 @@ export default {
275
275
this .$confirm (' 正在使用代码生成【带权限】请确认?' , ' 提示' , {
276
276
confirmButtonText: ' 生成' ,
277
277
cancelButtonText: ' 取消' ,
278
- type: ' info '
278
+ type: ' warning '
279
279
}).then (function () {
280
280
toProjectTableCheckRole (row .tableId , true ).then (response => {
281
281
this .msgSuccess (response .msg )
@@ -286,7 +286,7 @@ export default {
286
286
this .$confirm (' 正在使用【菜单以及API生成到数据库】请确认?' , ' 提示' , {
287
287
confirmButtonText: ' 写入DB' ,
288
288
cancelButtonText: ' 取消' ,
289
- type: ' info '
289
+ type: ' warning '
290
290
}).then (function () {
291
291
toDBTable (row .tableId ).then (response => {
292
292
this .msgSuccess (response .msg )
You can’t perform that action at this time.
0 commit comments