提交 c3566b57 authored 作者: JaxBBLL's avatar JaxBBLL

fix: bugs

上级 abc8ec03
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</button> </button>
</div> </div>
<button <button
v-if="detailsInfo.synchronization != 1" v-if="detailsInfo.synchronization != 1 && isSign"
class="inspection-button ml-10" class="inspection-button ml-10"
@click="onSyncData(true)" @click="onSyncData(true)"
> >
...@@ -630,7 +630,16 @@ export default { ...@@ -630,7 +630,16 @@ export default {
}, },
onSyncData(show) { onSyncData(show) {
this.isDialog = show; this.isDialog = show;
this.propList = [dataToSql(this.detailsInfo)]; this.propList = [
{
...dataToSql(this.detailsInfo),
id: this.uid,
},
];
console.log("propList", this.propList);
if (!show) {
this.getDetails(this.uid);
}
}, },
}, },
}; };
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
<text class="title">待打包数据</text> <text class="title">待打包数据</text>
</view> </view>
<view class="row-item count-num"> <view class="row-item count-num">
{{ list }}
<text class="num">{{ list.length }}</text> <text class="num">{{ list.length }}</text>
<text></text> <text></text>
</view> </view>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论