Commit f5c88fe2 by 展昭

解决代码冲突

parent 8d134369
Showing with 1 additions and 7 deletions
......@@ -205,17 +205,11 @@ export default class SelectIdentity extends Vue {
this.disableBack();
await this.getUserInfo();
<<<<<<< HEAD
// if (this.id_no) {
// await this.getDispatchList();
// await this.getDispatchList(); //这里是开启劳务派遣的开关,这里开启后需要html解注
// }
=======
if (this.id_no) {
await this.getDispatchList(); //这里是开启劳务派遣的开关,这里开启后需要html解注
}
this.loading.clear();
>>>>>>> 22148dfb71906f3bc049514c232d0815c1f37348
}
}
</script>
......
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 sign in to comment