Compare commits

..

No commits in common. "fea64c056865fa3209cc35f5a5815954e28a17b8" and "e2978889bc6fba8d5bfa77efac76fd67a59889e4" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -192,7 +192,7 @@
size="mini"
type="text"
icon="el-icon-edit"
@click="EnterpriseUpdate(scope.row)" v-if="scope.row.examineStatus==0"
@click="EnterpriseUpdate(scope.row)"
>认证</el-button>
<el-button
size="mini"

View File

@ -138,6 +138,6 @@ export default {
<style lang="scss" scoped>
#amapContainer {
height: 800px;
width: 5000px;
width: 1000px;
}
</style>

View File

@ -183,7 +183,6 @@ export default {
const basicForm = this.$refs.basicInfo.$refs.basicInfoForm;
const genForm = this.$refs.genInfo.$refs.genInfoForm;
Promise.all([basicForm, genForm].map(this.getFormPromise)).then(res => {
console.log("res:{}",res)
const validateResult = res.data.every(item => !!item);
if (validateResult) {
const genTable = Object.assign({}, basicForm.model, genForm.model);