|
@@ -130,7 +130,6 @@ export default {
|
|
|
this.optionsEvensAuth('add', {
|
|
|
click: () => {
|
|
|
this.baseDataList()
|
|
|
-
|
|
|
this.formBool = true
|
|
|
}
|
|
|
})
|
|
@@ -204,6 +203,7 @@ export default {
|
|
|
edit: {
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.baseDataList(() => {
|
|
|
+ this.formBool = true
|
|
|
serviceProductDelf({ id: row.id }).then(res => {
|
|
|
var { items, ...p } = res.data
|
|
|
this.$refs.tree.setCheckedKeys(
|