master
xingyy 11 months ago
parent e9f1a6e3b0
commit 1ad9c04e6b

@ -151,7 +151,7 @@
<div class="wrap1_1_1">画作平尺数</div>
<div class="wrap1_1_2"></div>
<div class="wrap1_1_3">
<input style="color: #939393;font-size: 24rpx;" @change="artworkSquareChange" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
<input style="color: #939393;font-size: 24rpx;" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
</div>
</div>
</div>
@ -376,7 +376,6 @@ export default {
}
this.loading=true
const data={
cycleId:this.cycleId,
warehouseID:this.warehouseID,
artworkSquareSize:Number(this.info.artworkSquareSize),
artworkName: this.info.artworkName,

Loading…
Cancel
Save