Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -2280,7 +2280,6 @@ export default {
|
|||||||
this.selectChildMenu(data)
|
this.selectChildMenu(data)
|
||||||
this.productModal = true
|
this.productModal = true
|
||||||
// 取消所有的选中效果
|
// 取消所有的选中效果
|
||||||
this.handleSelectAll(false)
|
|
||||||
this.productTitle = '编辑信息'
|
this.productTitle = '编辑信息'
|
||||||
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
||||||
// if (!data.children) {
|
// if (!data.children) {
|
||||||
@@ -2294,7 +2293,6 @@ export default {
|
|||||||
this.selectChildMenu(data)
|
this.selectChildMenu(data)
|
||||||
this.productModal = true
|
this.productModal = true
|
||||||
// 取消所有的选中效果
|
// 取消所有的选中效果
|
||||||
this.handleSelectAll(false)
|
|
||||||
this.productTitle = '新增下级菜单信息'
|
this.productTitle = '新增下级菜单信息'
|
||||||
this.productModelAdd.dicTypeCode = ''
|
this.productModelAdd.dicTypeCode = ''
|
||||||
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
||||||
@@ -2314,7 +2312,7 @@ export default {
|
|||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$http.delete("sarResource/ts-resource", {
|
this.$http.delete("sarResource/ts-resource", {
|
||||||
menuId: data.id
|
resourceId: data.id
|
||||||
}, res => {
|
}, res => {
|
||||||
}, e => {
|
}, e => {
|
||||||
if(e.ok){
|
if(e.ok){
|
||||||
|
|||||||
Reference in New Issue
Block a user