mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-23 18:30:06 +08:00
Tweak UI
This commit is contained in:
@@ -143,7 +143,6 @@ export default Vue.extend({
|
||||
|
||||
methods: {
|
||||
setParams(key: string, value: any){
|
||||
debugger;
|
||||
if (_.isNil(value)) {
|
||||
Vue.delete(this.userParams, key);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user