File tree Expand file tree Collapse file tree
src/views/index/children/full-text-search Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "@blueking/paas-login" : " ^0.0.11" ,
2020 "@blueking/user-selector" : " ^1.0.6" ,
2121 "@icon-cool/bk-icon-cmdb-colorful" : " 0.0.1" ,
22- "@vue/composition-api" : " ^1.6.2" ,
2322 "await-to-js" : " ^3.0.0" ,
2423 "axios" : " 0.18.0" ,
2524 "bk-magic-vue" : " ~2.4.11" ,
103102 "postcss" : " ^8.2.10" ,
104103 "postcss-deep-scopable" : " 0.0.2" ,
105104 "postcss-loader" : " ^5.2.0" ,
106- "postcss-preset-env" : " ^7.4.0 " ,
105+ "postcss-preset-env" : " 7.7.2 " ,
107106 "postcss-scss" : " ^3.0.5" ,
108107 "process" : " ^0.11.10" ,
109108 "progress-bar-webpack-plugin" : " ^2.1.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { computed } from 'vue'
1414import store from '@/store'
1515import { t } from '@/i18n'
1616import routerActions from '@/router/actions'
17- import { $bkMessage } from '@/magicbox/index.js'
17+ import { $warn } from '@/magicbox/index.js'
1818import {
1919 MENU_RESOURCE_INSTANCE_DETAILS ,
2020 MENU_RESOURCE_BUSINESS_DETAILS ,
@@ -102,10 +102,7 @@ export default function useItem(list) {
102102 const isPauserd = getModelById ( source . bk_obj_id ) . bk_ispaused
103103
104104 if ( isPauserd ) {
105- $bkMessage ( {
106- message : t ( '该模型已停用' ) ,
107- theme : 'warning'
108- } )
105+ $warn ( t ( '该模型已停用' ) )
109106 return
110107 }
111108
You can’t perform that action at this time.
0 commit comments