This commit is contained in:
2020-10-08 17:41:35 +00:00
parent 2beec7ebde
commit dc20540e91
4 changed files with 42 additions and 23 deletions

View File

@@ -514,7 +514,7 @@ export default {
//this example does remove from the array and does update a plain mustache rendition of it on the page but doesn't update the select itself
//whereas using the native javascript array splice function *does* update the select because vue wraps splice and other native methods specifically
//so it can properly update the dom
// window.$gz._.remove(vm.selectLists.listViews, function(n) {
// window.$gz. _.remove(vm.selectLists.listViews, function(n) {
// return n.id == -1;
// });