File tree Expand file tree Collapse file tree
src/views/pages/Option/tabs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 508508 transition =" slide-y-reverse-transition"
509509 open-on-hover
510510 :style =" {
511- position: 'absolute',
511+ position: 'fixed',
512+ right: '40px',
512513 }"
513514 >
514515 <!-- right: '20px',
@@ -896,15 +897,13 @@ export default class ScriptList extends Vue {
896897 if (group [key ].bind ) {
897898 where .key = group [key ].bind ! .substr (1 );
898899 console .log (where );
899- this .valueModel
900- .findOne (where )
901- .then ((val ) => {
902- // 读取value
903- console .log (val );
904- if (val ) {
905- group [key ].values = val .value ;
906- }
907- });
900+ this .valueModel .findOne (where ).then ((val ) => {
901+ // 读取value
902+ console .log (val );
903+ if (val ) {
904+ group [key ].values = val .value ;
905+ }
906+ });
908907 }
909908 where .key = gkey + " ." + key ;
910909 this .valueModel .findOne (where ).then ((val ) => {
You can’t perform that action at this time.
0 commit comments