|
@@ -181,7 +181,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listOfficialAuthentication, getOfficialAuthentication, delOfficialAuthentication, addOfficialAuthentication, updateOfficialAuthentication } from "@/api/my/officialAuthentication";
|
|
|
+import { listOfficialAuthentication, getOfficialAuthentication, delOfficialAuthentication, addOfficialAuthentication, updateOfficialAuthentication,through } from "@/api/my/officialAuthentication";
|
|
|
|
|
|
export default {
|
|
|
name: "OfficialAuthentication",
|
|
@@ -318,7 +318,7 @@ export default {
|
|
|
/** 审核通过 */
|
|
|
through(status) {
|
|
|
this.form1.status = status;
|
|
|
- updateOfficialAuthentication(this.form1).then(response => {
|
|
|
+ through(this.form1).then(response => {
|
|
|
this.open1 = false;
|
|
|
this.getList();
|
|
|
});
|