BUG 29097
This commit is contained in:
@@ -49,8 +49,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-form-item label="企业微信二维码" prop="qrCodeUrl">
|
<el-form-item label="企业微信二维码" prop="qrCodeUrl">
|
||||||
<ai-uploader :value="[{url:form.qrCodeUrl}]" @change="handleQrCodeUrl" :instance="instance" :limit="1"
|
<ai-uploader v-model="form.qrCodeUrl" :instance="instance" :limit="1" isShowTip valueIsUrl/>
|
||||||
isShowTip/>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
@@ -172,9 +171,6 @@ export default {
|
|||||||
back() {
|
back() {
|
||||||
this.$router.push({})
|
this.$router.push({})
|
||||||
},
|
},
|
||||||
handleQrCodeUrl(v) {
|
|
||||||
this.form.qrCodeUrl = v?.[0]?.url || ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
|
|||||||
Reference in New Issue
Block a user