sale-client 3.6.179 → 3.6.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -200,7 +200,7 @@ export default {
|
|
|
200
200
|
f_depid: Vue.$login.f.depids,
|
|
201
201
|
f_depname: Vue.$login.f.deps
|
|
202
202
|
}
|
|
203
|
-
await this.$resetpost(`rs/logic/
|
|
203
|
+
await this.$resetpost(`rs/logic/sale_import_deduction`, data, {
|
|
204
204
|
resolveMsg: null,
|
|
205
205
|
rejectMsg: '导入失败',
|
|
206
206
|
silent: true
|