|
@@ -123,7 +123,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="margin: 15px 0;width: 70px;font-size: 16px;">
|
|
|
- 图片
|
|
|
+ <div v-if="judgeNum">图片</div>
|
|
|
</div>
|
|
|
<div class="imgBlock">
|
|
|
<div
|
|
@@ -188,7 +188,7 @@ export default {
|
|
|
default: 0
|
|
|
},
|
|
|
sUserId: {
|
|
|
- type: String,
|
|
|
+ type: String
|
|
|
},
|
|
|
recordDataCopy: {
|
|
|
type: Object,
|
|
@@ -282,7 +282,7 @@ export default {
|
|
|
.post(this.$store.state.api + "insertRecord", params)
|
|
|
.then(res => {
|
|
|
// console.log(res);
|
|
|
- this.$emit('updatePanelB',Date.parse(new Date()))
|
|
|
+ this.$emit("updatePanelB", Date.parse(new Date()));
|
|
|
this.$emit("closePop");
|
|
|
this.$emit("getData");
|
|
|
this.$message({
|
|
@@ -317,7 +317,6 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
this.updateCord();
|
|
|
-
|
|
|
})
|
|
|
.catch(() => {
|
|
|
this.$message({
|
|
@@ -350,7 +349,7 @@ export default {
|
|
|
.post(this.$store.state.api + "updateRecordData", params)
|
|
|
.then(res => {
|
|
|
// console.log(res);
|
|
|
-
|
|
|
+
|
|
|
this.$emit("closePop");
|
|
|
this.$emit("getData");
|
|
|
this.$message({
|