update dialog

This commit is contained in:
lb 2022-08-08 16:22:58 +08:00
parent 2911cf2a90
commit a150905840

View File

@ -3,12 +3,8 @@
</template> </template>
<script> <script>
const compareCache = (dataForm, cache) => {
// dataForm cache
// js
// 使 _.isEqual() ---
return JSON.stringify(dataForm) === JSON.stringify(cache)
}
export default { export default {
name: 'AddOrUpdateDialog', name: 'AddOrUpdateDialog',
data() { data() {