779428f0 by 任超

style:样式修改

1 parent 166f9333
......@@ -172,20 +172,7 @@ export default {
this.message = error
// this.$refs.msg.messageShow()
}
},
handlDatadetails (index, row) {
this.$store.dispatch('business/setEdit'); this.$refs.editLog.isShow()
},
async handlDatadetails (index, row) {
let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB)
if (res != null) {
this.diaData = res
this.bsmSjsb = row.BSM_SJSB
this.$store.dispatch('business/setEdit'); this.$refs.editLog.isShow()
} else {
this.$message(message);
}
},
}
}
}
</script>
......