|
@@ -302,7 +302,7 @@ import {
|
|
|
} from "@/api/norm/QUOTABONDED";
|
|
|
|
|
|
|
|
|
-import { listQUOTAFEE } from "@/api/norm/QUOTAFEE";
|
|
|
+import { listQUOTAFEERole } from "@/api/norm/QUOTAFEE";
|
|
|
import { listBONDED } from "@/api/portal/BONDED/BONDED.js";
|
|
|
import { uploadFiles, downloadFiles } from "@/api/common";
|
|
|
import { listDept } from "@/api/system/dept";
|
|
@@ -374,7 +374,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- listQUOTAFEE().then((response) => {
|
|
|
+ listQUOTAFEERole().then((response) => {
|
|
|
response.rows.forEach((item, index) => {
|
|
|
response.rows[index].status = item.status == 0 ? false : true;
|
|
|
});
|