Commit 2ae7bd0a by linjinhong

修改问题

parent 392711a5
...@@ -1730,13 +1730,7 @@ const handleProductionClientChange = async (v: string) => { ...@@ -1730,13 +1730,7 @@ const handleProductionClientChange = async (v: string) => {
const downloadFacebook = async (row: string) => { const downloadFacebook = async (row: string) => {
window.open(filePath + row, '_blank') window.open(filePath + row, '_blank')
} }
// const confirm = async (row: ProductList) => {
// confirmDialogShow.value = true
// productionClientValue.value = ''
// confirmRowData.value = row
// confirmData.value = []
// confirmSelectionData.value = []
// }
//确认生产 //确认生产
async function confirmProduct() { async function confirmProduct() {
if (selection.value.length === 0) { if (selection.value.length === 0) {
......
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