Commit 39031e2f authored by 罗超's avatar 罗超

1

parent 411df13b
......@@ -660,7 +660,7 @@ export default {
},
changeSupplier(val) {},
getSupplierList() {
this.apipost("/api/Supplier/GetSupplierAllList", {}, (res) => {
this.apipost("/api/Supplier/GetAllSupplierList", {}, (res) => {
this.loading = false;
if (res.data.resultCode == 1) {
this.options = res.data.data;
......
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