Commit f14854e6 by sunyang

自动排单

parent f9cf0b4d
......@@ -307,6 +307,7 @@ import { debounce } from 'lodash-es'
const editForm = ref<BaseForm>({ isAuto: false, status: 'ACTIVE' })
const tableData = ref([])
import userUserStore from '@/store/user'
import { tr } from 'element-plus/es/locales.mjs'
const userStore = userUserStore()
const userInfo = userStore.user
const loading = ref(false)
......@@ -506,7 +507,7 @@ const getLabels = (item: string) => {
* @description: 新增按钮打开弹窗
*/
function addDialog() {
editForm.value = { isAuto: false }
editForm.value = { isAuto: true }
paramsList.value = ['craft_type']
dialogVisible.value = true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment