CN112379881A - Vue-based elastic frame assembly implementation method and device - Google Patents

Vue-based elastic frame assembly implementation method and device Download PDF

Info

Publication number
CN112379881A
CN112379881A CN202011406389.1A CN202011406389A CN112379881A CN 112379881 A CN112379881 A CN 112379881A CN 202011406389 A CN202011406389 A CN 202011406389A CN 112379881 A CN112379881 A CN 112379881A
Authority
CN
China
Prior art keywords
bullet
frame
bullet frame
vue
assembly
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011406389.1A
Other languages
Chinese (zh)
Inventor
曾智
毕可骏
唐军
谌烜
郑希
庞磊
陈盈锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN202011406389.1A priority Critical patent/CN112379881A/en
Publication of CN112379881A publication Critical patent/CN112379881A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the field of front-end development, aims to solve the problems of incomplete flow and low universality of the conventional implementation method of a bullet frame assembly, and provides a realization method and a device of the bullet frame assembly based on Vue, wherein the scheme is summarized as follows: introducing a popup frame component in an Vue page, registering and using the popup frame component in components, wherein the popup frame component comprises uniformly packaged public content and custom content displayed through a slot; the type of the bullet frame component is mixed with a corresponding mixin file in the bullet frame component; binding the property of the bullet frame for the bullet frame assembly and adding a corresponding logic code; before the display of the popup frame view, judging whether data needs to be acquired in the expandOpen () or not according to the content in the editData attribute, and if so, acquiring the data; and receiving a click event of a user, changing the visible attribute according to the click event of the user to realize display of the bullet frame view, and after the bullet frame view is displayed, changing the visible attribute according to the click event of the user to realize hiding of the bullet frame view. The invention improves the universality of the elastic frame assembly.

Description

Vue-based elastic frame assembly implementation method and device
Technical Field
The invention relates to the field of front-end development, in particular to a method and a device for realizing a popup frame assembly based on Vue.
Background
The technology developed by the front end gradually matures, and the appearance of the framework brings much convenience to the front end development work. Vue is a set of progressive JavaScript frames used to build user interfaces. Js reduces the difficulty of front-end learning and use, and enables front-end development to be simpler and more efficient, so that audiences are more and more. The main effect of the current front end is to display background data for interaction with a user, in order to enable the user to check the data more conveniently, a popup frame is usually used to replace the skipping of a page, and the data are displayed and edited more intuitively and conveniently through the popup frame. Because Vue is a modular development, in many cases the bezel is packaged as a single component.
At present, however, relatively comprehensive and deep box components are still lacking, and most components only cover the verification of the input of the form, but the submission of the form is often accompanied by a series of operations such as data request, closing of the box, refreshing of the component and the like, and the flow is not complete. In addition, because the form input modes are different, the problem of low component universality is caused, the development cost is increased invisibly, and the development efficiency is not improved.
Disclosure of Invention
The invention aims to solve the problems of incomplete flow and low universality of the conventional bullet frame assembly implementation method, and provides a bullet frame assembly implementation method and device based on Vue.
The technical scheme adopted by the invention for solving the technical problems is as follows: vue-based elastic frame assembly implementation method comprises the following steps:
step 1, introducing a popup frame component into an Vue page, registering in components and using, wherein the popup frame component comprises uniformly packaged public content and custom content displayed through a slot;
step 2, obtaining the type of the bullet frame assembly, and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
step 3, binding the property of the bullet frame for the bullet frame assembly and adding a corresponding logic code, wherein the property of the bullet frame at least comprises a visible property and an editData property;
step 4, before the display of the bullet frame view, judging whether the bullet frame subassembly needs to acquire data in expandOpen () according to the content in the editData attribute, if so, entering step 5 after acquiring the data, otherwise, directly entering step 5;
and 5, receiving a click event of the user, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize hiding of the elastic frame view.
Further, the type of the bullet frame component at least comprises a bullet frame component of the form; the step 2 further comprises: writing interface request related logic within a requestMethod (); the step 5 further comprises: after the bullet frame view is displayed, whether a request needs to be submitted is judged, and if yes, a requestMethod () method is called to carry out a data request.
Further, the method also comprises the following steps: and when the form bullet box is submitted, performing basic verification or custom rule verification by binding rules through a form component of the elementUI.
Further, the public content includes: a bullet head, a bottom, a confirmation button, a cancel button, a close flag, a location of a bullet box content subassembly slot, a default style, generic properties, and custom events.
Further, the default style is a default style that can be modified by title (), width (), or showFooter ().
Further, the step 5 further includes:
after the bullet frame view is displayed, the bullet frame component sends a broadcast to the bullet frame parent component through $ emit () according to a click event of a user and transmits a false parameter, and after the bullet frame parent component receives the false parameter, the visible attribute is changed to hide the bullet frame view.
Further, after the step 5, the method further comprises: and refreshing the page.
In another aspect, the present invention further provides an Vue-based pop-frame assembly implementation apparatus, including:
the system comprises an introduction unit, a slot management unit and a display unit, wherein the introduction unit is used for introducing a popup box component in an Vue page, registering the popup box component in components and using the popup box component, and the popup box component comprises uniformly packaged public content and custom content displayed through a slot;
the mixing unit is used for acquiring the type of the bullet frame assembly and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
the adding unit is used for binding the property of the bullet frame for the bullet frame assembly and adding a corresponding logic code, wherein the property of the bullet frame at least comprises a visible property and an editData property;
the judging unit is used for judging whether the bullet frame subassembly needs to acquire data in expandOpen () or not according to the content in the editData attribute before the bullet frame view is displayed, and if so, acquiring the data;
the receiving unit is used for receiving a click event of a user, the elastic frame parent assembly changes the visible attribute according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, the elastic frame parent assembly changes the visible attribute according to the click event of the user to realize hiding of the elastic frame view.
The invention has the beneficial effects that: according to the implementation method and device of the elastic frame assembly based on Vue, the Vue frame componentization function is matched with the slot to perform componentization packaging on the elastic frame function, and mixin is performed on different types of elastic frame grammatical sugar in a matching mode, so that the elastic frame assembly is higher in universality and more complete in flow.
Drawings
Fig. 1 is a schematic flow chart of an Vue-based elastic frame assembly implementation method according to an embodiment of the present invention;
fig. 2 is another schematic flow chart of an Vue-based implementation method of a bezel assembly according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating the relationship between Vue pages and a pop-up frame assembly according to an embodiment of the present invention;
FIG. 4 is a schematic flow chart illustrating a data transmission method between the elastic frame assemblies according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an Vue-based elastic frame assembly implementation device according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
The Vue-based elastic frame assembly implementation method disclosed by the invention comprises the following steps of:
step S1, introducing a popup frame component in a Vue page, registering and using the popup frame component in components, wherein the popup frame component comprises uniformly packaged public content and custom content displayed through a slot;
step S2, acquiring the type of the bullet frame assembly, and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
step S3, binding the property of the bullet frame for the bullet frame assembly and adding corresponding logic codes, wherein the property of the bullet frame at least comprises a visible property and an editData property;
step S4, before the display of the bullet frame view, whether the bullet frame subassembly needs to acquire data in expandOpen () is judged according to the content in the editData attribute, if yes, the step S5 is executed after the data is acquired, otherwise, the step S5 is directly executed;
and step S5, receiving a click event of a user, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize hiding of the elastic frame view.
The invention utilizes the concept of Vue modularized development to modularly package the elastic frame, and cooperates with a special method which is provided by mixin different types of elastic frames, thus flexibly realizing reusability and universality in Vue components, and the flow of the elastic frame components is more comprehensive, and the method specifically comprises the following steps: the common content part of the bullet box is packaged in a component mode based on an Vue + element UI framework, a processing method and a monitoring event of some common processes are given to the bullet box component, and universal attributes are bound for the component. The related logic of the events and the attributes can be written in the components and executed by the components after being triggered, so that repeated flow operation is reduced. And the view of the user-defined content is transmitted into the frame of the bullet frame through the slot, and different contents are displayed in the bullet frame assembly through the position of the slot. The specific content displayed by the slot is determined according to the requirement of the user. And when the bullet frame assemblies are used, mixin is carried out by utilizing mixin and the assemblies, and some interactive logic which can be used in different types of bullet frame assemblies is obtained. Before the display of the bullet frame view, whether the bullet frame sub-component needs to acquire data in expandOpen () or not needs to be judged, if yes, the data is acquired and assigned for display when the bullet frame view is displayed, after the display of the bullet frame view, the hiding of the bullet frame view is realized according to a click event of a user, for example, when a cancel icon and a close icon at the upper right corner are clicked, a method needs to be added to the click event, the method broadcasts through $ emit () and transmits a false parameter, and a parent component automatically triggers a corresponding event of the bullet frame component to update a visible attribute after receiving the virtual attribute, so that the bullet frame view is hidden.
Examples
The implementation method of the elastic frame assembly based on Vue in the embodiment of the invention, as shown in fig. 2, includes the following steps:
step S1, introducing a popup frame component in a Vue page, registering and using the popup frame component in components, wherein the popup frame component comprises uniformly packaged public content and custom content displayed through a slot;
specifically, the public content may include: a bullet head, a bottom, a confirmation button, a cancel button, a close flag, a location of a bullet box content subassembly slot, a default style, generic properties, and custom events.
Vue relation between page and bullet frame component referring to fig. 3, in this embodiment, it may be introduced in vue file that needs to be bullet frame component according to file path, register in components when the component is instantiated, add < base-dialog > </base-dialog > tag in < template > tag, and bind packaged methods and attributes on < base-dialog > tag through v-on and v-model.
The user-defined content needs to be written and distributed in the tag as required, and the slot is arranged in the bullet frame assembly, so that the user-defined content is displayed in the content part of the bullet frame assembly. The default style of the bullet box component is substantially unchanged, and the default style can be modified by title (), width (), or showFoote ().
After the completion of the popup component, the popup component is introduced into the newly created Vue page, and is registered and used in components.
Step S2, acquiring the type of the bullet frame assembly, and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
in this embodiment, the types of the pop-frame components include a normal pop-frame component and a form pop-frame component, and for the form pop-frame component, interface request related logic needs to be written in a requestMethod ().
In particular, a mixin file may be created under the same level directory of the bullet box component to implement the common methods and attributes of the bullet box component. The method realizes that one is directed at the common box popup component, and the other is directed at the mixin of the box popup component of the form, introduces the corresponding mixin file into the realized box popup component, then registers in the mixin when the component is instantiated, and realizes the merging use of the functions by mixing the mixin ().
Step S3, binding the property of the bullet frame for the bullet frame assembly and adding corresponding logic codes, wherein the property of the bullet frame at least comprises a visible property and an editData property;
the editData attribute is used for judging whether data needs to be acquired before the bullet frame view is displayed, and the visible attribute is used for representing the display or hidden state of the bullet frame view.
Step S4, before the display of the bullet frame view, judging whether the bullet frame subassembly needs to acquire data in expandOpen () according to the content in the editData attribute, if so, entering step 5 after acquiring the data, otherwise, directly entering step 5;
specifically, before the bullet frame view is displayed, if the editData attribute has content, the data is acquired in expandOpen () and assigned to be displayed, and then the process proceeds to step S5, and if the editData attribute has no content, the process proceeds to step S5 directly.
And step S5, receiving a click event of a user, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize hiding of the elastic frame view.
Referring to fig. 4, for a form box component, after a box view is displayed, whether a request needs to be submitted or not is further judged, if yes, a requestMethod () method is called to make a data request, the function needs to return a premium object, the method is triggered after a click event of 'confirm' is triggered, and the next operation is performed through a sent premium state. If the request is successful, the bullet frame component sends a broadcast to the bullet frame parent component through $ emit () according to a click event of a user and transmits a false parameter, after receiving the false parameter, the bullet frame parent component changes the visible attribute to hide the bullet frame view, then sends a success notification to refresh the page, and the whole process is completed.
In order to reduce the operation pressure of the server, the embodiment further includes: and when the form bullet box is submitted, performing basic verification or custom rule verification by binding rules through a form component of the elementUI.
Based on the above technical solution, this embodiment further provides an Vue-based elastic frame assembly implementation apparatus, as shown in fig. 5, including:
the system comprises an introduction unit, a slot management unit and a display unit, wherein the introduction unit is used for introducing a popup box component in an Vue page, registering the popup box component in components and using the popup box component, and the popup box component comprises uniformly packaged public content and custom content displayed through a slot;
the mixing unit is used for acquiring the type of the bullet frame assembly and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
the adding unit is used for binding the property of the bullet frame for the bullet frame assembly and adding a corresponding logic code, wherein the property of the bullet frame at least comprises a visible property and an editData property;
a judging unit, configured to, before displaying the bullet frame view, judge, according to the content in the editData attribute, whether the bullet frame subassembly needs to acquire data in expandOpen (), and if so, acquire the data;
the receiving unit is used for receiving a click event of a user, the elastic frame parent assembly changes the visible attribute according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, the elastic frame parent assembly changes the visible attribute according to the click event of the user to realize hiding of the elastic frame view.
It can be understood that, since the apparatus for implementing a bezel assembly based on Vue according to the embodiment of the present invention is an apparatus for implementing a method for implementing a bezel assembly based on Vue according to the embodiment, the apparatus disclosed in the embodiment is relatively simple in description since it corresponds to the method disclosed in the embodiment, and reference may be made to part of the description of the method for the relevant point.

Claims (8)

1. Vue-based elastic frame assembly implementation method is characterized by comprising the following steps:
step 1, introducing a popup frame component into an Vue page, registering in components and using, wherein the popup frame component comprises uniformly packaged public content and custom content displayed through a slot;
step 2, obtaining the type of the bullet frame assembly, and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
step 3, binding the property of the bullet frame for the bullet frame assembly and adding a corresponding logic code, wherein the property of the bullet frame at least comprises a visible property and an editData property;
step 4, before the display of the bullet frame view, judging whether the bullet frame subassembly needs to acquire data in expandOpen () according to the content in the editData attribute, if so, entering step 5 after acquiring the data, otherwise, directly entering step 5;
and 5, receiving a click event of the user, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, changing the visible attribute by the elastic frame parent assembly according to the click event of the user to realize hiding of the elastic frame view.
2. The Vue-based bezel assembly implementation method of claim 1, wherein the types of the bezel assembly include at least a bezel assembly of a form; the step 2 further comprises: writing interface request related logic within a requestMethod (); the step 5 further comprises: after the bullet frame view is displayed, whether a request needs to be submitted is judged, and if yes, a requestMethod () method is called to carry out a data request.
3. The Vue-based bezel assembly implementation method of claim 2, further comprising: and when the form bullet box is submitted, performing basic verification or custom rule verification by binding rules through a form component of the elementUI.
4. The Vue-based bezel assembly implementation method of claim 1, wherein the common content comprises: a bullet head, a bottom, a confirmation button, a cancel button, a close flag, a location of a bullet box content subassembly slot, a default style, generic properties, and custom events.
5. The Vue-based popup component implementation method of claim 4, wherein the default style is a default style that can be modified through title (), width (), or showFoote ().
6. The Vue-based bezel assembly implementation method of claim 1, wherein the step 5 further comprises:
after the bullet frame view is displayed, the bullet frame component sends a broadcast to the bullet frame parent component through $ emit () according to a click event of a user and transmits a false parameter, and after the bullet frame parent component receives the false parameter, the visible attribute is changed to hide the bullet frame view.
7. The Vue-based bezel assembly implementation method of claim 1, wherein the step 5 is followed by further comprising: and refreshing the page.
8. Vue-based elastic frame assembly implementation device, which is characterized by comprising:
the system comprises an introduction unit, a slot management unit and a display unit, wherein the introduction unit is used for introducing a popup box component in an Vue page, registering the popup box component in components and using the popup box component, and the popup box component comprises uniformly packaged public content and custom content displayed through a slot;
the mixing unit is used for acquiring the type of the bullet frame assembly and mixing a corresponding mixin file into the bullet frame assembly according to the type of the bullet frame assembly;
the adding unit is used for binding the property of the bullet frame for the bullet frame assembly and adding a corresponding logic code, wherein the property of the bullet frame at least comprises a visible property and an editData property;
the judging unit is used for judging whether the bullet frame subassembly needs to acquire data in expandOpen () or not according to the content in the editData attribute before the bullet frame view is displayed, and if so, acquiring the data;
the receiving unit is used for receiving a click event of a user, the elastic frame parent assembly changes the visible attribute according to the click event of the user to realize display of the elastic frame view, and after the elastic frame view is displayed, the elastic frame parent assembly changes the visible attribute according to the click event of the user to realize hiding of the elastic frame view.
CN202011406389.1A 2020-12-02 2020-12-02 Vue-based elastic frame assembly implementation method and device Pending CN112379881A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011406389.1A CN112379881A (en) 2020-12-02 2020-12-02 Vue-based elastic frame assembly implementation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011406389.1A CN112379881A (en) 2020-12-02 2020-12-02 Vue-based elastic frame assembly implementation method and device

Publications (1)

Publication Number Publication Date
CN112379881A true CN112379881A (en) 2021-02-19

Family

ID=74590463

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011406389.1A Pending CN112379881A (en) 2020-12-02 2020-12-02 Vue-based elastic frame assembly implementation method and device

Country Status (1)

Country Link
CN (1) CN112379881A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113050935A (en) * 2021-03-17 2021-06-29 平安普惠企业管理有限公司 Method and device for generating mixed object, computing equipment and computer readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190130047A1 (en) * 2017-10-31 2019-05-02 Microsoft Technology Licensing, Llc Centralized client-side component for retrieving remote content items
CN111273984A (en) * 2020-01-20 2020-06-12 深圳震有科技股份有限公司 Extension method of numerical control, storage medium and terminal equipment
CN111338746A (en) * 2019-12-31 2020-06-26 南京控维通信科技有限公司 VUE-based method for realizing single component of check meter
CN111381920A (en) * 2020-02-17 2020-07-07 网易(杭州)网络有限公司 Display method and device of pop-up window assembly and electronic terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190130047A1 (en) * 2017-10-31 2019-05-02 Microsoft Technology Licensing, Llc Centralized client-side component for retrieving remote content items
CN111338746A (en) * 2019-12-31 2020-06-26 南京控维通信科技有限公司 VUE-based method for realizing single component of check meter
CN111273984A (en) * 2020-01-20 2020-06-12 深圳震有科技股份有限公司 Extension method of numerical control, storage medium and terminal equipment
CN111381920A (en) * 2020-02-17 2020-07-07 网易(杭州)网络有限公司 Display method and device of pop-up window assembly and electronic terminal

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
仪锋 等: "Vue框架在地理信息检索系统中的应用", 《中小企业管理与科技(上旬刊)》 *
住汪星球的喵星人: "vue组件 slot 入门---弹窗组件", 《HTTPS://BLOG.CSDN.NET/WEIXIN_43117402/ARTICLE/DETAILS/105662017》 *
六小登登: "Element组件引发的Vue中mixins使用,写出高复用组件", 《HTTPS://BLOG.CSDN.NET/QQ_32135281/ARTICLE/DETAILS/87854511》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113050935A (en) * 2021-03-17 2021-06-29 平安普惠企业管理有限公司 Method and device for generating mixed object, computing equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US20140317594A1 (en) System and method for automatically forming human-machine interface
JP4718747B2 (en) Expert system for generating user interfaces
US7093199B2 (en) Design environment to facilitate accessible software
US11017052B1 (en) Electronic forms interaction framework for a consistent user experience
CA2539130A1 (en) System and method for applying development patterns for component based applications
US20140019887A1 (en) Method of encapsulating diverse user interface components while consistently enforcing external constraints
CN109298864A (en) The method and electronic equipment of automation generation project skeleton screen under teaching platform
CN113159807B (en) Floor page processing method, floor page processing device, floor page processing equipment and floor page processing medium
CN112631591B (en) Method, apparatus, device and computer readable storage medium for table element linkage
CN109101294B (en) Data acquisition method, plug-in, electronic equipment and storage medium
CN110780868A (en) Website development method, device, equipment and storage medium based on componentized template
CN111796820A (en) Method and device for constructing front-end page based on integrated assembly and electronic equipment
CN112035194A (en) Information input method and device
CN112379881A (en) Vue-based elastic frame assembly implementation method and device
CN110990126A (en) Method and device for realizing shortcut front-end service page based on js
US11275625B2 (en) System and method for automated application programming interface generation
CN111783008B (en) Information display method, device, equipment and medium
CN112257405A (en) Webpage table editing method, device and equipment and computer readable storage medium
CN114706584A (en) Data visualization display manufacturing system
CN105930166A (en) Method based on WEB interface pop-up layers
CN117389562A (en) Front-end code visual configuration and intelligent generation method and system based on Vue
CN101753598B (en) Method for integrating a plurality of web applications and web application integrator
CN113891165A (en) Comment processing method, comment processing device, comment processing equipment and computer-readable storage medium
CN111914528A (en) Content editing method, editor generation method, device, equipment and medium
CN112711731A (en) Data point burying method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210219

RJ01 Rejection of invention patent application after publication