|
@@ -178,7 +178,7 @@
|
|
|
<script>
|
|
<script>
|
|
|
import site from '../../http/api/site'
|
|
import site from '../../http/api/site'
|
|
|
import api from '@/api/apiIdle.js';
|
|
import api from '@/api/apiIdle.js';
|
|
|
-//import apiBase from "@/api/apiBase.js";
|
|
|
|
|
|
|
+import apiBase from "@/api/apiBase.js";
|
|
|
import apiRate from '@/http/api/rates'
|
|
import apiRate from '@/http/api/rates'
|
|
|
import settings from '../../settings.js'
|
|
import settings from '../../settings.js'
|
|
|
import AuditView from "@/components/AuditView"
|
|
import AuditView from "@/components/AuditView"
|
|
@@ -320,7 +320,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- /*getProviderOptions() {
|
|
|
|
|
|
|
+ getProviderOptions() {
|
|
|
apiBase.getProviderList().then(res => {
|
|
apiBase.getProviderList().then(res => {
|
|
|
if (res.data && res.data.length > 0) {
|
|
if (res.data && res.data.length > 0) {
|
|
|
this.options.provider = res.data
|
|
this.options.provider = res.data
|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
|
this.getRepeatOptions();
|
|
this.getRepeatOptions();
|
|
|
})
|
|
})
|
|
|
- },*/
|
|
|
|
|
|
|
+ },
|
|
|
getRepeatOptions() {
|
|
getRepeatOptions() {
|
|
|
apiRate.getRepeatOptions().then(res => {
|
|
apiRate.getRepeatOptions().then(res => {
|
|
|
if (res.data) {
|
|
if (res.data) {
|