[update] 优化
This commit is contained in:
@@ -31,11 +31,11 @@
|
||||
@click='ondataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
|
||||
</span>
|
||||
<span v-else>
|
||||
<span @click='dataValueTobeinitiated'>{{ record.dataValue }}</span>
|
||||
<span @click='dataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
|
||||
</span>
|
||||
</span>
|
||||
<span v-else>
|
||||
<span @click='dataValueTobeinitiated'>{{ record.dataValue }}</span>
|
||||
<span @click='dataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
|
||||
</span>
|
||||
</span>
|
||||
<span slot="detailClick" slot-scope="text,record">
|
||||
@@ -339,6 +339,7 @@
|
||||
paramsManifestId: this.$route.query.id,
|
||||
projectId: this.$route.query.projectId
|
||||
}
|
||||
console.log(params,'pppp')
|
||||
getAction(this.url.getLoginUserType, params).then((res) => {
|
||||
if (res.success) {
|
||||
this.getTableList()
|
||||
|
||||
Reference in New Issue
Block a user