修改
This commit is contained in:
parent
c9c1b6a7bd
commit
dd5ff2ec04
@ -72,7 +72,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :lg="{ span: 1, offset: 2 }" :md="2">
|
<!-- <el-col :lg="{ span: 1, offset: 2 }" :md="2">
|
||||||
<el-button
|
<el-button
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
size="small"
|
size="small"
|
||||||
@ -99,8 +99,8 @@
|
|||||||
size="small"
|
size="small"
|
||||||
@click="rotateRight()"
|
@click="rotateRight()"
|
||||||
></el-button>
|
></el-button>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<el-col :lg="{ span: 2, offset: 6 }" :md="2">
|
<el-col :lg="{ span: 2, offset: 20 }" :md="2">
|
||||||
<el-button type="primary" size="small" @click="uploadImg()"
|
<el-button type="primary" size="small" @click="uploadImg()"
|
||||||
>提 交</el-button
|
>提 交</el-button
|
||||||
>
|
>
|
||||||
@ -223,8 +223,6 @@ export default {
|
|||||||
updateNurseStationHeads(formData).then((response) => {
|
updateNurseStationHeads(formData).then((response) => {
|
||||||
this.options.img = baseurl + response.imgUrl;
|
this.options.img = baseurl + response.imgUrl;
|
||||||
this.$emit("imgUrl", response.imgUrl);
|
this.$emit("imgUrl", response.imgUrl);
|
||||||
console.log(this.items);
|
|
||||||
console.log(this.types);
|
|
||||||
if (this.types == "attributePitureUrl") {
|
if (this.types == "attributePitureUrl") {
|
||||||
this.items.attributePitureUrl = response.imgUrl;
|
this.items.attributePitureUrl = response.imgUrl;
|
||||||
this.$emit("item", JSON.stringify(this.items));
|
this.$emit("item", JSON.stringify(this.items));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user