|
|
@@ -94,7 +94,7 @@ import { ref, onMounted, nextTick } from 'vue'
|
|
|
import { ProcessList, ProcessDelete } from '@/api/yunyin/product'
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
|
|
|
|
|
-defineOptions({ name: 'ProductProcess' })
|
|
|
+defineOptions({ name: 'ProductProcess' })
|
|
|
|
|
|
const menuTreeRef = ref(null)
|
|
|
const treeProps = { label: 'label', children: 'children' }
|