zouyu
2024-03-07 b059305e27b87b446679e523c8df9ad1448d8d99
src/views/plan/customerorder/index.vue
@@ -1130,7 +1130,7 @@
            this.$message.error("请选择一条数据")
            return
        }
        downloadProduct({ids: ids}).then(res=>{
        downloadProduct(ids).then(res=>{
            if(res.status===200){
                transform(res)
            }